home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Intel / Integracion.exe / scripts / DefineButton2_126 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-14  |  95 b   |  8 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("intro");
  5.       play();
  6.    }
  7. }
  8.